projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713c532
)
Set a bg on GtkViewport to ensure we get fast scrolling
author
Alexander Larsson
<alexl@redhat.com>
Tue, 14 Feb 2012 14:14:37 +0000
(15:14 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Tue, 14 Feb 2012 14:18:30 +0000
(15:18 +0100)
Otherwise it will use the default alpha transparency and
not scroll efficiently.
gtk/gtk-win32.css
patch
|
blob
|
history
diff --git
a/gtk/gtk-win32.css
b/gtk/gtk-win32.css
index c27fd237d29c86dae0007cecf5a4e351db923cbd..f0349a04106f604689742183b28114df1e2be08e 100644
(file)
--- a/
gtk/gtk-win32.css
+++ b/
gtk/gtk-win32.css
@@
-12,7
+12,8
@@
@define-color error_fg_color rgb (166, 38, 38);
@define-color error_bg_color rgb (237, 54, 54);
-GtkWindow {
+GtkWindow,
+GtkViewport {
background-color: @bg_color;
}